home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieRate of sprite 10 = 0 then
- set the member of sprite 6 to 3
- set the member of sprite 7 to 21
- updateStage()
- else
- set the member of sprite 6 to 9
- set the member of sprite 7 to 19
- end if
- go(the frame)
- end
-